ggplot2Robert Schlegel
ggplot2 package uses the grammar of graphicstidyverseWe will need the following two packages for the examples in these slides.
ggplot()+geom functions
geom_point() adds pointsaes()ggplot(data = penguins))aes()aes()aes()
geom_point(aes(colour = species))aes()aes() are common when learning ggplot2aes()aes()